home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / os2 / remin301.zip / REM2PS.MAN < prev    next >
Text File  |  1993-01-16  |  5KB  |  199 lines

  1.  
  2.  
  3.  
  4. REM2PS(1)                                               REM2PS(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        rem2ps - draw a PostScript calendar from Remind output
  9.  
  10. SSYYNNOOPPSSIISS
  11.        rreemm22ppss [[_o_p_t_i_o_n_s]
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.        RReemm22ppss  reads  the  standard  input,  which  should be the
  15.        results of running RReemmiinndd with the --pp  option.   It  emits
  16.        PostScript  code  (which draws a calendar) to the standard
  17.        output.
  18.  
  19. OOPPTTIIOONNSS
  20.        --ll     Produce the calendar in landscape mode rather  than
  21.               the default portrait mode.
  22.  
  23.        --cc     Do  not  generate  small calendars for the next and
  24.               previous months.  By default, these small calendars
  25.               are generated and placed on the main calendar.
  26.  
  27.        --mm mmeeddiiaa
  28.               Set  the  page  size.   You  must specify the media
  29.               type, which can be one of  the  following.   (Sizes
  30.               are  approximate.   For a list of media types, type
  31.               "rem2ps -m help".)
  32.  
  33.               Letter 8.5 x 11 in.
  34.  
  35.               Legal  11 x 17 in.
  36.  
  37.               Ledger 8.5 x 14 in.
  38.  
  39.               Statement
  40.                      5.5 x 8.5 in.
  41.  
  42.               Executive
  43.                      7.5 x 10 in.
  44.  
  45.               A3     29.7 x 42 cm.
  46.  
  47.               A4     21 x 29.7 cm.
  48.  
  49.               A5     14.8 x 21 cm.
  50.  
  51.               B4     25.7 x 36.4 cm.
  52.  
  53.               B5     18.3 x 25.7 cm.
  54.  
  55.               Folio  8.5 x 13 in.
  56.  
  57.               Quarto 8.5 x 10.8 in.
  58.  
  59.               10x14  10 x 14 in.
  60.  
  61.  
  62.  
  63.  
  64.                          25 November 1992                       1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. REM2PS(1)                                               REM2PS(1)
  71.  
  72.  
  73.               Type "rem2ps -m  help"  for  a  list  of  available
  74.               media.   Note  that  the media type (and all RReemm22ppss
  75.               options) are case-sensitive.
  76.  
  77.        --ff[sshheedd] _f_o_n_t
  78.               Set the font for the small calendar,  the  calendar
  79.               headings,  the  calendar  entries, and the day num-
  80.               bers, respectively.  _F_o_n_t must be  the  name  of  a
  81.               valid  PostScript  font.   The  default  fonts  are
  82.               equivalent to specifying:
  83.  
  84.                    -fhes Helvetica -fd Helvetica-BoldOblique
  85.  
  86.               In other  words,  the  heading,  entry  and  small-
  87.               calendar  fonts  are set to Helvetica, and the font
  88.               for  the  day  numbers   is   set   to   Helvetica-
  89.               BoldOblique.
  90.  
  91.        --ss[hheedd] _s_i_z_e
  92.               Set  the  size  (in points) of the text for the the
  93.               calendar headings, the calendar  entries,  and  the
  94.               day  numbers, respectively.  _S_i_z_e must be a decimal
  95.               number.  The default sizes are equivalent to speci-
  96.               fying:
  97.  
  98.                    -sdh 14 -se 8
  99.  
  100.               In  other  words,  the  heading and day numbers are
  101.               14-point  fonts,  and  the  calendar  entries   are
  102.               printed in 8-point text.
  103.  
  104.        --bb _s_i_z_e
  105.               Set the size of the blank white border in each cal-
  106.               endar box to _s_i_z_e points.  The default border  size
  107.               is 6 points, or 1/12 in.
  108.  
  109.        --tt _s_i_z_e
  110.               Set the thickness of the black calendar grid lines.
  111.               The default is 1, for a line thickness of one point
  112.               (1/72 in.)
  113.  
  114. UUSSAAGGEE
  115.        To  use  RReemm22ppss, you should pipe the output of RReemmiinndd with
  116.        the --pp option to RReemm22ppss, and then send  the  result  to  a
  117.        printer.  This is most easily illustrated with examples:
  118.  
  119.             remind -p12 /dev/null 1 jan 1994 | rem2ps | lpr -Plaser
  120.  
  121.        That  example creates a blank calendar for the entire year
  122.        of 1994, and sends it the the printer named "laser."
  123.  
  124.             remind -p ~/.reminders | rem2ps -l -sd 18 > cal.ps
  125.  
  126.        This reminder creates a calendar for  the  current  month,
  127.  
  128.  
  129.  
  130.                          25 November 1992                       2
  131.  
  132.  
  133.  
  134.  
  135.  
  136. REM2PS(1)                                               REM2PS(1)
  137.  
  138.  
  139.        filling  in entries from the reminder file "~/.reminders."
  140.        The calendar is produced in landscape mode,  with  a  font
  141.        size  of 18 for the day numbers.  The result is put in the
  142.        PostScript file "cal.ps."
  143.  
  144. AAUUTTHHOORR
  145.        David F. Skoll
  146.  
  147. BBUUGGSS
  148.        All RReemm22ppss options are case-sensitive, unlike RReemmiinndd.  Any
  149.        time  you  supply  a font name or size, line thickness, or
  150.        border width, it is treated as a string and sent  straight
  151.        to  the  PostScript  interpreter.   Thus,  if  you  supply
  152.        invalid fonts or sizes, RReemm22ppss will not complain, but  the
  153.        resulting PostScript output will probably not work.
  154.  
  155. SSEEEE AALLSSOO
  156.        RReemmiinndd
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.                          25 November 1992                       3
  197.  
  198.  
  199.